DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class
Properties Methods


In This Topic
    IndexCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by IndexCollection<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the IndexCollection<T> class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the number of indexes in the collection.  
    Public PropertyGets the index with the specified key selector.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new index and adds it to the collection of indexes.  
    Public MethodOverridden. Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.  
    Public MethodOverloaded. Determines whether an index with the specified key selector exists in the collection. (Inherited from C1.LiveLinq.Indexing.ScannerCollection<T>)
    Public MethodOverloaded. Finds an index in the collection by its key selector.  
    Public MethodOverridden. Returns an enumerator that iterates through the IndexCollection<T>.  
    Public MethodOverloaded. Overridden. Removes an index from the collection.  
    Top
    See Also